Skip to content

Conversation

Samy-Omar
Copy link

This PR introduces a port from the original MongoDB C# Bridge from Godot 3.x to Godot 4.x, along with some significant improvements and features. This migration ensures compatibility with the latest C# API in Godot 4, and extends functionality with querying features inspired by MongoDB's native query syntax /w new method FindDocumentsAdvanced

✅ New Method: FindDocumentsAdvanced

Complex filter composition ($and, $or, $nor)

Query operators ($gt, $lt, $in, $regex, $text, etc.)

Optional query modifiers: limit, skip, and sort.

------

No major changes beyond porting the original 3.x code to Godot 4.x for compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants